From b94ea1b4f762c69e14a584373db846d5f5adfc2a Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Thu, 22 Oct 2020 17:08:32 +0200 Subject: [PATCH] Adwaita: dropdown search box - have some whitespace around entry Partial fix for https://gitlab.gnome.org/GNOME/gtk/-/issues/3291 --- gtk/theme/Adwaita/_common.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index eb257182e0..119694649d 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -1227,9 +1227,10 @@ combobox { } .search { //drodowns with searchboxes on top - border-radius: $popover_radius $popover_radius 0 0; + border-radius: $popover_radius; padding: 3px 10px; - margin-top: -2px; //paint over the menu borders + border-radius: 3px; + margin: 4px 4px -4px 4px; } } } -- 2.30.2